home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 026-050 / scopedisk47 / pathassign / readme.1.0 < prev    next >
Text File  |  1995-03-18  |  4KB  |  119 lines

  1.  
  2.     PathAssign V1.0 by Anders Lindgren                 88-11-21
  3.     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5.     Introduction
  6.     ~~~~~~~~~~~~
  7.     Have you ever wanted to assign several target deirectories for an
  8.     assignment, like vd0:libs AND df0:libs? Well here comes the soloution.
  9.     This program, PathAss, will do just that.
  10.  
  11.     Current Satus
  12.     ~~~~~~~~~~~~~
  13.  
  14.     The PathAss program is released as ShareWare and may be
  15.     distributed for non-profit only. The ShareWare fee is set to $10 and
  16.     shuld be payed by anyone who is using the program and think it is
  17.     good. The fee should also be payed by any organisation which
  18.     includes this program in their library. An exception to this rule is
  19.     when the organisation is run for nonprofit and it don`t take out any fee
  20.     what so ever when members are accessing (=copying from) their library.
  21.     (the fee can be payed is any currancy like swedish crowns, new PD
  22.     program, clean disks and so on. I will accept almost anything. :-)
  23.  
  24.     All registed ShareWare members will recive the latest version of
  25.     this program as well as the sourcecode. I will try to fill up the
  26.     disk with PD/SW programs written by me or somebody else. The money will
  27.     support future development of ShareWare programs.
  28.  
  29.     Insallation:
  30.     ~~~~~~~~~~~~
  31.  
  32.     To use the program you put the file `path-handler' in your L:
  33.     directory and the PathAss command in C:. For you non-CLI masters
  34.     enter the following lines:
  35.  
  36.     - cd df0:pathass
  37.     - copy path-handler l:
  38.     - copy pathass c:
  39.  
  40.     Note that line 1 may wary.
  41.  
  42.     Usage:
  43.     ~~~~~~
  44.  
  45.     The syntax for this command is:
  46.         pathass [-{ldh}] [name] [dir1[,dir2[,dir3...]]]
  47.  
  48.         Hey folks! don`t be afraid, it isn`t as complicated as it may
  49.     look, to make an assignment type:
  50.  
  51.         pathass name dir1[,dir2[,dir3...]]
  52.  
  53.     The order of the directories are significant. The program scans the
  54.     libraries from the beginning so put the references to ram based
  55.     devices first. Files that don`t exist in any directory will be
  56.     written to the first dir int the list.
  57.  
  58.     To list all current assignments:
  59.  
  60.         pathass -l
  61.     or  pathass
  62.  
  63.     To delete an assignment write:
  64.  
  65.         pathass -d name:
  66.      or pathass name:
  67.  
  68.     Note that this also deletes old assignments.
  69.  
  70.  
  71.     You can see a short help text by writing:
  72.  
  73.         pathass -h
  74.  
  75.  
  76.     For example:
  77.     pathass devs:     vd0:devs,df1:devs,df0:devs
  78.     pathass include: vd0:myinc,lattice4.0.2:compiler_headers
  79.     pathass fonts:     vd0:fonts,df0:fonts,df1:fonts
  80.     pathass fonts:
  81.     pathass -l
  82.  
  83.  
  84.     Another feuture of this program is that it doesn`t consider
  85.     assignments volume-relative, as the AmigaDos assignment command does.
  86.     PathAss consider them device-relative. This means when an assignment
  87.     is made to df0: PathAss will look at the volume currently is df0:, while
  88.     Assign would check the volume that was inserted in df0: at the time of
  89.     the assignment.
  90.  
  91.     One advantage of PathAss is that users with little ram ( less then
  92.     1.5 Mb ) normaly don`t have room for all the system files in their
  93.     ram-disk. With this program you can download the ones you use often and
  94.     when you want to use another, you just insert any disk containing these
  95.     files in any drive. Can it be simpler?
  96.  
  97.     Programmers who are using Lattice C can assign include: to the
  98.     normal dir and to vd0:include and then load down often used header files
  99.     to the ram-disk, to speed things up.
  100.  
  101.     I strongly suggest that you insert the path-assignments in your
  102.     startup-sequence file.
  103.  
  104.  
  105.  
  106.  
  107.     To pay the fee, ask any question, complaints, bug reports,
  108.     suggestions, ask for autograps etc. Please write to:
  109.  
  110.     Anders Lindgren
  111.     Mälarblick 8
  112.     S-161 51 Bromma
  113.     Sweden
  114.  
  115.  
  116.     STANDARD LINE
  117.     The author takes no responsibility what so ever.......
  118.  
  119.